Crate async_graphql_value
source · [−]Expand description
Value for GraphQL. Used in the async-graphql
crate.
Macros
Construct a
ConstValue
.Structs
This type represents errors that can occur when deserializing.
A GraphQL name.
Represents a JSON number, whether integer or floating point.
This type represents errors that can occur when serializing.
Variables of a query.
Enums
A resolved GraphQL value, for example
1
or "Hello World!"
.Functions
Interpret a
ConstValue
as an instance of type T
.Convert a
T
into ConstValue
which is an enum that can represent any
valid GraphQL data.